Query for retrieving a list of returns on the Shopper's customer account of context by date range.
Method | GetCustomerReturnsByDateRange |
The request body is of type GetCustomerReturnsByDateRange.
Name | Description | Data Type |
---|---|---|
StartDate | xml:string | |
EndDate | xml:string |
The response body is of type GetCustomerReturnsByDateRangeResponse.
Name | Description | Data Type |
---|---|---|
GetCustomerReturnsByDateRangeResult | A string value containing a JSON object. { "Data": { "Returns": [{ "RmaNumber": "000000000001149", "Customer": "000000000000013", "CustomerName": "Out of Africa", "StatusText": "Open RMA", "UserField1": "", "Branch": "10", "CustomerClass": "A", "Area": "S", "EntryDate": "10/09/2022", "Currency": "$", "NextLine": "0002", "Status": "1", "SpecialInstrs": "", "AlternateKey": "", "OrderType": "" }, { "RmaNumber": "000000000001150", "Customer": "000000000000013", "CustomerName": "Out of Africa", "StatusText": "Open RMA", "UserField1": "", "Branch": "10", "CustomerClass": "A", "Area": "S", "EntryDate": "10/09/2022", "Currency": "$", "NextLine": "0002", "Status": "1", "SpecialInstrs": "", "AlternateKey": "", "OrderType": "" }, { "RmaNumber": "000000000001151", "Customer": "000000000000013", "CustomerName": "Out of Africa", "StatusText": "Open RMA", "UserField1": "", "Branch": "10", "CustomerClass": "A", "Area": "S", "EntryDate": "10/09/2022", "Currency": "$", "NextLine": "0002", "Status": "1", "SpecialInstrs": "", "AlternateKey": "", "OrderType": "" }, { "RmaNumber": "000000000001152", "Customer": "000000000000013", "CustomerName": "Out of Africa", "StatusText": "Open RMA", "UserField1": "", "Branch": "10", "CustomerClass": "A", "Area": "S", "EntryDate": "10/10/2022", "Currency": "$", "NextLine": "0002", "Status": "1", "SpecialInstrs": "", "AlternateKey": "", "OrderType": "" }] }, "LookupData": {}, "Result": { "Success": true, "Message": "The request found 4 return results.", "ElapsedTime": "944 ms" } }
| xml:string |